Previous Book Contents Book Index Next

Inside Macintosh: Open Transport /
Chapter 6 - Configuration Management / Configuration Management Reference
Constants and Data Types


The Client List Structure

When you issue a yield port request with the OTYieldPortRequest function, the buffer parameter points to a client list structure that identifies the clients that denied the request.

The client list structure is defined by the OTClientList data type.

struct OTClientList
{
   size_tfNumClients;
   UInt8 fBuffer[4];
};
typedef struct OTClientList OTClientList;
Field Description
fNumClients
The number of clients in the fBuffer array, normally 1.
fBuffer
An array of concatenated Pascal strings enumerating the name of each client that rejected the request--that is, the names under which the clients registered themselves as an Open Transport clients.

Previous Book Contents Book Index Next

© Apple Computer, Inc.
15 AUG 1996